home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr38 / mpik.zip / TUTOR2.MP < prev    next >
Text File  |  1993-06-19  |  517b  |  25 lines

  1. ! tutor2.mp - perform Tutorial 2, page 53 of the PIK'r User's Manual
  2. !
  3. ! To run this macro, type:
  4. !
  5. !   mpik'r @tutor2
  6. !
  7. In
  8.   Flt    tutor2.dat -1        ! get Flat (ASCII) file tutor2.dat
  9.   End
  10.   Home
  11.   Esc
  12. Cmark    1 32 54 114 137 150 
  13. Pst    0 6 153 56 D        ! paste all but heading lines
  14.  
  15. Cwidth    0 5 0             ! set all column widths to widest cell
  16. Fix
  17.   Div    2 50            ! divide "Market Rd"...
  18.   Cwidth    2 2 0         ! and set its column width
  19.   Home
  20.   Esc
  21. Out
  22.   Csv    0 0 6 50 t2.csv ,    ! save to CSV file t2.csv
  23.   Esc
  24. Xit
  25.